Learn R Programming

fheatmap (version 1.0.1)

Heatmap Data : An example data object for plotting a heatmap.

Description

An example data object for plotting a heatmap.

Usage

data("fheatmap_data")

Arguments

Format

A data frame with 15 observations on the following 15 variables.
Exp_1
a numeric vector
Exp_2
a numeric vector
Exp_3
a numeric vector
Exp_4
a numeric vector
Exp_5
a numeric vector
Exp_6
a numeric vector
Exp_7
a numeric vector
Exp_8
a numeric vector
Exp_9
a numeric vector
Exp_10
a numeric vector
Exp_11
a numeric vector
Exp_12
a numeric vector
Exp_13
a numeric vector
Exp_14
a numeric vector
Exp_15
a numeric vector

Details

A randomly generated dataframe with genes and their expression .

Examples

Run this code
data(fheatmap_data)
fheatmap(fheatmap_data)

Run the code above in your browser using DataLab